Skip to content

ryan-cahill/weather-viewer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Weather viewer app

This project contains two different applications. One is an API to get data from the OpenWeather API, and the other is an app powered by the API in this project.

Dependencies

The following is required before running the application:

  • Install Node.js version 18 or higher. Installation through nvm is recommended.
  • Install npm. If you've already installed Node.js with nvm, a version of npm is already installed.
  • In the root of both the app and api project directories, run npm install in order to install each project's dependencies.

Running the applications

API

In order run the API, navigate to the ./api directory then run the command OPENWEATHERMAP_APP_ID=<your_openweather_api_key> npm run start:debug in a terminal.

app

In another terminal, navigate to the ./app directory and start the app with the command npm run dev. Open a browser and navigate to http://localhost:3001/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published