Post and delete tweets to a Twitter API created in Django REST Framework using AJAX methods. All scripts can be found in twitterapi directory, twitterapi_scripts.js
Found in the requirements.txt
Once everything has been downloaded and installed in a venv, run the server
$ python manage.py runserver
Then open the twitterapi_front.html in the twitterapi directory
$ open twitterapi_front.html
And then you'll be able to view, post, and delete tweets!