Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 513 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 513 Bytes

weather

Given a location (e.g. Porto) fetches the weather forecast for the next 5 days

Project setup

npm install

Compiles and hot-reloads for development

npm start

Compiles and runs production build

npm run server:prod

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.