AJ1479 / weatherAPI2

A weather forecasting application making API calls to OpenWeather using ExpressJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weatherAPI2

Extension of weatherAPI with an EJS dashboard to display weather information about a city, written in Node.js.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

Deployment

To deploy this project, first install packages using

  npm i

Then start the server with

  npm start

API Reference

Login

  GET /

Returns the dashboard

  POST /
Parameter Type Description
city string city to get weather information

About

A weather forecasting application making API calls to OpenWeather using ExpressJS.


Languages

Language:JavaScript 67.3%Language:EJS 31.7%Language:Shell 1.0%