Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 658 Bytes

nazr.in

Build Status Coverage Status

nazr.in is an open source url shortener service built on Express and React.

Build

yarn
yarn workspaces

APIs

https://nazr.in is the endpoint for the nazr.in APIs.

POST /api/short_links

Parameters: {url: String}

Returns: {shortURL: String}

GET /api/short_links/:base62

Parameters: :base62

Returns: {url: String, base62: String}