项目作者: crashuniverse

项目描述 :
A weather app with openweathermap apis.
高级语言: JavaScript
项目地址: git://github.com/crashuniverse/weather-app.git
创建时间: 2016-11-06T14:14:45Z
项目社区:https://github.com/crashuniverse/weather-app

开源协议:

下载


Weather App

Pre-requisites

node, npm

Setup

npm i to install all npm dependencies

To run the project

npm start

To run unit tests

npm test

To run test coverage

npm run coverage
Coverage reports are kept in /coverage folder.