To run this app you will need a:
1.auth0 account
2.twitter developer account
3.mapbox developer account
This app was my first app utilizing django as a back end and react as a front end. First the user enters a topic.
Then I take a stream of tweets, geo locate them, analyze their sentiment, and then send them to my react front end to
server them on a map.
Green is positive
White is neutral
Red is negative
I learned about:
- Connecting a front end interface with a back end api.
- Callback functions.
- Dealing with API rate limits
- Transfering what I've learned in rails to new frameworks
- Managing my learning goals with projects goals
- Combining libraries to do interesting information.