Skip to content

ivolivares/awesome-flight-status

Repository files navigation

Awesome Flight Status

Flight status micro-service based on Google Cloud Functions platform.

Functions emulator

Run npm run start-emulator to run the Cloud Functions Emulator.

Development server

Run npm run dev to deploy the flightStatus function locally using the Cloud Functions Emulator, then navigate to http://localhost:8010/<your-project>/<your-zone>/flightStatus.

Important: You need previously configure your GCP project and zone with Cloud SDK.

Debugging

Run npm run debug to run the cloud functions emulator debugger, then use the config in .vscode/launch.json to debug your function locally.

Logs

Run npm run logs to see the latest 100 lines in your log file. For more info visit "Viwing Logs" in Cloud Functions Emulator.

Running unit tests

Run npm test to execute the unit tests via Jest.

About

Awesome Flight Status in Google Cloud Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published