This is GoodFlight demo. This code requires the GoodFlights Demo project
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;
HTTPS=true yarn start
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