Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hstarorg/url-short
Short url service
https://github.com/hstarorg/url-short
shorturl
Last synced: 2 months ago
JSON representation
Short url service
- Host: GitHub
- URL: https://github.com/hstarorg/url-short
- Owner: hstarorg
- License: mit
- Created: 2017-07-11T01:27:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T09:34:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T22:48:31.070Z (3 months ago)
- Topics: shorturl
- Language: JavaScript
- Homepage: http://t.hstar.org
- Size: 979 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url-short
Short url service# How to develop?
```bash
git clone# install deps
npm i# run dev
npm run dev# build
npm run build
```# Changelog
### 0.2.0 (2018-10-11)
* Change cdn and favicon
* Upgrade deps### 0.1.0
* Basic function