Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oame/nazr.in
- Owner: oame
- License: mit
- Created: 2016-07-07T08:36:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T19:05:36.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T01:43:30.889Z (8 months ago)
- Topics: nazrin
- Language: JavaScript
- Homepage: https://nazr.in
- Size: 4.56 MB
- Stars: 49
- Watchers: 2
- Forks: 11
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}`