git clone https://github.com/mikecoram/cyf-async-weather-exercise.git
cd cyf-async-weather-exercise
npm install
npm test
npm test -- -t 'fetches the weather with promises'
npm test -- -t 'fetches the weather with ES6 asnyc/await'
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git clone https://github.com/mikecoram/cyf-async-weather-exercise.git
cd cyf-async-weather-exercise
npm install
npm test
npm test -- -t 'fetches the weather with promises'
npm test -- -t 'fetches the weather with ES6 asnyc/await'