Skip to content

mikecoram/cyf-async-weather-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetching weather data from OpenWeatherAPI

Setup

git clone https://github.com/mikecoram/cyf-async-weather-exercise.git
cd cyf-async-weather-exercise
npm install

Run All Tests

npm test

Run promises test

npm test -- -t 'fetches the weather with promises'

Run async test

npm test -- -t 'fetches the weather with ES6 asnyc/await'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published