Goal of this repository it's to provide an implementation of the starter coconut using the weather API from openWeatherMap
Install
After cloning the repo:
npm install
npm start
Test
npm test
Lint (uses mainly airbnb es6 style guide)
npm run lint
Build
npm run build
MIT