Skip to content

ge-vi/CAFS2-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAFS2 weather-app

WeatherApp is built using:

App uses data provided by:
Lithuanian Hydrometeorological Service
Meteo.lt API


Clone, Install, Build, Run

Get the code

$ git clone https://github.com/ge-vi/CAFS2-weather-app.git

Change directory

$ cd CAFS2-weather-app

Install dependencies

$ npm install

Build and run app

$ npm run build-and-start

Use WeatherApp

In your browser open: http://localhost:3000


Run the app with debugger

On macOS or Linux, run the app with this command:
$ DEBUG=cafs2-weather-app:* npm start

On Windows Command Prompt, use this command:
> set DEBUG=cafs2-weather-app:* & npm start

On Windows PowerShell, use this command:
PS> $env:DEBUG='cafs2-weather-app:*'; npm start


Express enables this setting by default when in production mode, i.e.: process.env.NODE_ENV === "production"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published