Twitter/GitHub APIs Mashup Application built with Python Flask and Node.js
A sample demo of the project is hosted on geld.tech.
- Install the repository information and associated GPG key (to ensure authenticity):
$ echo "deb https://dl.bintray.com/geldtech/debian /" | sudo tee -a /etc/apt/sources.list.d/geld-tech.list
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com EA3E6BAEB37CF5E4
- Update repository list of available packages and clean already installed versions
$ sudo apt update
$ sudo apt clean
- Install package
$ sudo apt install twitter-github-mashup-api
- Reload services and start ours
$ sudo systemctl daemon-reload
$ sudo systemctl start twitter-github-mashup-api
$ sudo systemctl status twitter-github-mashup-api
Use local-dev.sh script to build and run locally the Flask server with API and the Vue web application with DevTools enabled for Firefox and Chrome:
$ ./local-dev.sh
Then, access the application locally using a browser at the address: http://0.0.0.0:5000/.