Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
eh cool! could you make on top of the social media list a optional profile so that your gol.li link acts as a business card or as a link for a qr code on a real business card?
-
kiki352456yEh, as long as it’s free, you’re able to easily run out of DB real estate. How about making npm package out of it? That’s the workflow:
1. User creates GitHub repo with GitHub pages enabled
2. npm i -g golli
3. Touch gollifile.json
4. User fills it out like that:
“name”: “Robert”,
“social”: {
“github”: “rob71963”,
“devrant”: “rob71963”
}
5. golli
Here we go, it generates static website. Hosted page is git push away. It’ll be available at rob71963.github.io or rob71963.github.io/foo, rob71963.github.io/bar, whatever
What do you think about it? -
@uyouthe i feel like this could be an interesting approach for a self-hosted version of the site. considering the db I don't worry too much. Byte limits and server side validation keeps data volume at bay and unless there are multiple millions of very active users it shouldn't be a problem ;)
@shaji because of the linked profiles? :D for demonstration purposes I did choose the most popular or followed account of each network or just one of a random celebrity :)
Related Rants
I just launched a small web service/app. I know this looks like a promo thing, but it's completely non-profit, open source and I'm only in it for the experience. So...
Introducing: https://gol.li
All this little app offers is a personal micro site that lists all your social network profiles. Basically share one link for all your different profiles. And yes, it includes DevRant of course. :)
There's also an iframe template for easy integration into other web apps and for the devs there's a super simple REST GET endpoint for inclusion of the data in your own apps.
The whole thing is on GitHub and I'd be more than happy for any kind of contribution. I'm looking forward to adding features like more personalization, optimizing stuff and fixing things. Also any suggestions on services you'd like see. Pretty much anything that involves a public profile goes.
I know this isn't exactly world changing, but it's just a thing I wanted to do for some time now, getting my own little app out there.
random
devrant
social
sharing
open source
profiles
network
gol.li