Skip to content

A project that gets weather information using an API from Weatherstack

Notifications You must be signed in to change notification settings

truonganletk/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather app

A project that gets weather information using an API from Weatherstack

Requirements

To use it, we need to install Nodejs and get the token from Weatherstack

Usage

Configure app

Rename the file .env.example to .env and change the PORT and API_TOKEN . API_TOKEN is taken from weatherstack

PORT = ...
API_TOKEN = ...

Run app

$ npm i
$ npm start

About

A project that gets weather information using an API from Weatherstack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published