Skip to content

dev-rish/Weather-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Web App

A simple web app that lets the user enter the name of a place and get various Weather related information on a single button click!

Visit URL to try the app

To run the App locally, read the instructions below

Prerequisites

Installation

Install all the dependencies by running the following command from the root directory

npm install

Setup

  1. Create a folder config in the root directory of the project
  2. Create a file dev.env inside config
  3. Paste the following code inside it
    PORT=3000
    WEATHER_API_KEY=Darksky API Key
    GEOCODE_API_KEY=Mapbox API Key

Start Project

npm run dev

Dependencies

Development Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published