{"id":15368068,"url":"https://github.com/anonrig/url-shortener","last_synced_at":"2026-04-05T21:35:26.541Z","repository":{"id":28961937,"uuid":"32488117","full_name":"anonrig/url-shortener","owner":"anonrig","description":"Url Shortener with MEAN stack","archived":false,"fork":false,"pushed_at":"2015-03-21T21:58:14.000Z","size":152,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-26T17:12:20.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anonrig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-18T22:40:07.000Z","updated_at":"2017-02-19T07:47:01.000Z","dependencies_parsed_at":"2022-08-17T19:15:11.768Z","dependency_job_id":null,"html_url":"https://github.com/anonrig/url-shortener","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Furl-shortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Furl-shortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Furl-shortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonrig%2Furl-shortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anonrig","download_url":"https://codeload.github.com/anonrig/url-shortener/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244879031,"owners_count":20525346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T13:28:08.632Z","updated_at":"2025-12-30T23:55:38.095Z","avatar_url":"https://github.com/anonrig.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Url-Shortener\n\nAim is to develop a url shortener that every developer can use. It uses NodeJS as API, Redis as session storage, Mongo as database and Jade as templating engine.\n\n### Rediraction mechanism\nThere are two different methods where you can redirect users to specific urls.\n\n\tview.save(function(err) {\n    \tif (err) res.render('500');\n\n    \tres.render('view', { 'url': view.url });\n    \t/**\n    \t* Alternative solution to HTML5 Refresh.\n    \t*/\n    \t// res.redirect(view.url);\n\t});\n\n\n### Documentation\nAs part of Javascript, [jsdoc](http://usejsdoc.org/ \"JS DOC\") is used. \n\n### TODO\n- Admin panel\n- Better UI for both index and error pages.\n- Switch to token authentication instead of cookie based one.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonrig%2Furl-shortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanonrig%2Furl-shortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonrig%2Furl-shortener/lists"}