Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxg203/django-tweets

INTERVIEW CHALLENGE - Using Twitter API and Leaflet.js in a simple Django project.
https://github.com/maxg203/django-tweets

Last synced: about 1 month ago
JSON representation

INTERVIEW CHALLENGE - Using Twitter API and Leaflet.js in a simple Django project.

Awesome Lists containing this project

README

        

# django-tweets
Simple demo web app using Django, the Twitter API and Leaflet.js.

## Installation
- Make sure you have pip installed (usually included with Python): https://pip.pypa.io/en/stable/installing/
- Do `pip install twitter` to install the tools necessary to interface easily with the Twitter API
- Run Django development server using `python manage.py runserver`