Skip to content

Get weather forecast based on location with forecast.api

Notifications You must be signed in to change notification settings

skyweb331/SkyForecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

First install node modules.

npm install

To install bower components, run below command

npm install bower -g
bower install

After successful installation, just make it run

npm start

Then, open a browser and change the port number before you visit:

http://localhost:3000

Testing

Run Below command to test angular and backend

npm install -g karma-cli
npm install -g mocha

You can run angular test by following command

karma start

You have to run server by above instruction. After run node server, you can run unit test by

npm test

About

Get weather forecast based on location with forecast.api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published