Skip to content

sovicak/good-flights

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is GoodFlight demo. This code requires the GoodFlights Demo project

Installation

yarn install

Add OpenWeather and FlightAware API tokens to src/passwd.js

let passwd = {
    flightAwareApiUser : "flightaware-user",
    flightAwareApiKey : "flightaware-api-token",
    openWeatherKey: "openweather-api-token"
};
export default passwd;

Running

 HTTPS=true yarn start

Development

Add the src/.gdcatalogrc file with following content

{
    "hostname": "https://secure.gooddata.com",
    "username": "your-gd-username@gooddata.com",
    "password": "your-gd-password",
    "projectId": "ljh2d3as9i2uw2jqrgcdgu3sl69j5wf0",
    "output": "catalog.json"
}

Refresh the catalog

gdc-catalog-export

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.4%
  • CSS 5.8%
  • Ruby 1.3%
  • HTML 0.5%