Skip to content

geld-tech/twitter-github-mashup-api

Repository files navigation

twitter-github-mashup-api

Status

Download Build Status License

Description

Twitter/GitHub APIs Mashup Application built with Python Flask and Node.js

Demo

A sample demo of the project is hosted on geld.tech.

Usage

  • 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

Development

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/.

About

Twitter/GitHub APIs Mashup Application built in Python Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors