Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oame/nazr.in

The tiny tiny url shortener.
https://github.com/oame/nazr.in

nazrin

Last synced: about 5 hours ago
JSON representation

The tiny tiny url shortener.

Awesome Lists containing this project

README

        

# nazr.in

[![Build Status](https://travis-ci.org/oame/nazr.in.svg?branch=master)](https://travis-ci.org/oame/nazr.in) [![Coverage Status](https://coveralls.io/repos/github/oame/nazr.in/badge.svg?branch=master)](https://coveralls.io/github/oame/nazr.in?branch=master)

[nazr.in](https://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}`