Skip to content

JRA-ZGZ/WeatherAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-app

Table of contents

Description

React & Express weather app using OpenWeatherMap API & Firebase & SSE notification. Here an example HerokuWeatherAPP.

Server side exports a rest API.

Instructions

First clone this repository.

$ git clone https://github.com/JRA-ZGZ/WeatherAPP.git

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install 

Create a build.

$ npm run build 

Run it

$ npm run start 

Notes

Don't forget to config with your own credentials the FirebaseClient

const firebaseConfig = {
  apiKey: "api-key",
  authDomain: "project-id.firebaseapp.com",
  databaseURL: "https://project-id.firebaseio.com",
  projectId: "project-id",
  storageBucket: "project-id.appspot.com",
  messagingSenderId: "sender-id",
  appID: "app-id",
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors