An open API service indexing awesome lists of open source software.

https://github.com/parths007/bookmark-server

A bookmark server or URL-shortening service, similar to TinyURL.com or goo.gl.
https://github.com/parths007/bookmark-server

http requests server

Last synced: 10 months ago
JSON representation

A bookmark server or URL-shortening service, similar to TinyURL.com or goo.gl.

Awesome Lists containing this project

README

          

# Bookmark Server

In this program, I have created a *bookmark server* or URL-shortening service,
similar to `TinyURL.com` or `goo.gl`, but with no persistent storage.

This server will accept a URL and a short name, check that the URL actually
works (returns an HTTP 200), then store it in a Python dictionary.