Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bp Rest | 157 | 21 days ago | 6 | PHP | ||||||
A RESTful API, for BuddyPress | ||||||||||
Twivatar | 73 | 6 months ago | 2 | HTML | ||||||
Twitter RESTful avatar API | ||||||||||
Silhouette Rest Seed | 58 | 7 years ago | 5 | other | Scala | |||||
Example for use play Silhouette module with HttpHeaderAuthenticator | ||||||||||
Rest Api Boilerplate | 6 | 5 years ago | JavaScript | |||||||
A simple rest api to start with, built with express and mongoose. | ||||||||||
Fakedata Api | 4 | 3 years ago | mit | JavaScript | ||||||
A Simple Restful API for Fake Data made using Express and Nodejs | ||||||||||
Thedragonofthe.rest | 2 | a year ago | mit | Elixir | ||||||
REST API that returns Uncle Iroh quotes from Avatar: The Last Airbender and The Legend of Korra |
Twitter has managed to finally kill this (and related) projects. Sorry, I've looked and I can't see a solution.
Twivatar is a RESTful API to a Twitter user's avatar built out of frustration of external Twitter apps breaking when the avatar url is stored, and then changed by that user later on Twitter - the result is a broken image on that app unless they constantly check for profile changes.
<img src="https://twivatar.glitch.me/[screen_name]" />
Alternatively you can specify the size image you want from:
<img src="https://twivatar.glitch.me/[screen_name]/[size]" />
This is a simple one script app that stores the url of the avatar. When the avatar is requested for x user, it runs the following logic: