Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pygmy | 605 | 3 months ago | 17 | mit | Python | |||||
An open-source, feature rich & extensible url-shortener + analytics written in Python :cookie: | ||||||||||
Dogbin | 354 | 3 months ago | 15 | mit | Kotlin | |||||
The sexiest pastebin and url shortener ever | ||||||||||
Reduced.to | 336 | 11 hours ago | 15 | mit | TypeScript | |||||
Free Modern URL Reducer. Make sure to share love by giving it a star.🌟 Have a great day! | ||||||||||
Myurls | 194 | 20 days ago | 6 | mit | Go | |||||
Your Own URL Shortener | ||||||||||
Longs | 190 | 6 years ago | 3 | gpl-2.0 | C | |||||
URL Shortener built on top of WAFer | ||||||||||
Shlink Web Client | 181 | 11 hours ago | 23 | mit | TypeScript | |||||
A React-based client application for Shlink | ||||||||||
Minimal Url Shortener | 112 | 8 months ago | mit | C# | ||||||
An example web app based on the new feature in .NET 6 | minimal web API in ASP.NET 6 | ||||||||||
Delta | 88 | 2 years ago | mit | JavaScript | ||||||
A file uploader + URL shortner written in node for your private cloud | ||||||||||
Saveto | 48 | a month ago | 2 | HTML | ||||||
Saveto. Quick for save link, collections, notes, snipping, ... | ||||||||||
Lynx | 43 | a day ago | 1 | mit | Vue | |||||
A fullstack application using the MEVN stack to shorten your URLs. |
Linkto is a URL shortener. It shortens a long URL (such as https://np.reddit.com/r/IAmA/comments/2wwdep/we_are_edward_snowden_laura_poitras_and_glenn/courx1i?context=3) to a shorter, more memorable URL like http://nindalf.com/OverconfidentArowana, making it much easier to share.
####Advantages
curl --data 'longurl=http://reddit.com/r/programming' nindalf.com/shorten
(Try it!)####Deploying
Edit the .env
file with your hostname and the kind of URLs you'd like to generate.
git clone https://github.com/nindalf/linkto
- clone this repodocker-compose build
- create a Docker image out of this repodocker-compose up
- deploy linkto and redis containers and link them. Also expose linkto publicly.####Contributing
Create pull requests or open an issue for any improvements, whether that's adding a feature in the server, improving the docker files or even adding your favourite scientist or animal to the word list. I would appreciate either :)
I'm working on these features next
####Acknowledgements
I'd like to thank Gary Burd for his excellent redis client, Salvatore Sanfilippo for redis and the Go Authors for the excellent standard library.
I got the list of adjectives from momswhothink.com and the list of scientists from famousscientists.org, so thanks to them too.