Skip to content

homfarnam/weather-api-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-api-fh

It's a npm package that use "visualcrossing" API to show the current days and the next days weather.

💻 Getting started in Developer mode

First, install the dependencies:

npm run install
# or
yarn install

🌐 Launch the Project locally

For building the project and start it on your local machine use:

npm run build
npm run start
# or
yarn build
yarn start