Inspiration

Tweets have become an important part today and carry a great amount of value. I have been a Twitter fan for a long time and have been trying to implement it in my built applications every now and then. I always had to put in a lot of time going through the detailed and very vast developer docs provided by Twitter. Which can also prove to be difficult for junior/beginner developers. API endpoints built by me solve this issue now developers can directly get most of the data by just 2 API endpoints.

What it does

The endpoints take in the user handle (string) or a hashtag (string) and request Twitter developer APIs for data and on receiving a response arrange it in a good format and send it back as a response.

How we built it

I built this using Node.js REST architecture and by using Twitter developer endpoints.

Challenges we ran into

Though it's not a complex project, still it solves a real-life case where developers can save their time going through the API docs.

What's next for Tweets Aggregation

I will be in the future trying to merge up more of the endpoints provided by Twitter in order to make simple endpoints for developers to use in their applications.

Share this project:

Updates