Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1021 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 1021 Bytes

Bundle App Help people who don't travel often or are going somewhere new to feel less anxious about preparing and packing right for the trip. Our app helps with managing overall details of the trip and packing from one hub.

This project was bootstrapped with Create React App.

Table of Contents

Usage and Installation

In /src rename * firebaseConfigExample to * firebaseConfig and replace the Firebase Configurations with your own.

export default {
    apiKey: "",
    authDomain: "",
    databaseURL: "",
    projectId: "",
    storageBucket: "",
    messagingSenderId: "",
    appId: ""
  };

In /src rename * configExample.json to * config.json and replace the API configurations with your own.

// Map Quest API used to parse city name into longitude and latitude coordinates
// Dark Sky API to get the weather 
{
    "MQ_API_KEY":"",
    "DARKSKY_API_KEY":""
}