Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashladha/yaas
It is a URL Shortener service for me as well as for the community
https://github.com/yashladha/yaas
compute-engine expressjs react shorten-urls
Last synced: 23 days ago
JSON representation
It is a URL Shortener service for me as well as for the community
- Host: GitHub
- URL: https://github.com/yashladha/yaas
- Owner: yashLadha
- Created: 2018-12-05T16:35:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:38:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T14:36:25.478Z (2 months ago)
- Topics: compute-engine, expressjs, react, shorten-urls
- Language: JavaScript
- Homepage: https://yaas.ml
- Size: 1.31 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Yaas
This is a URL shortener, obvious from its small url. It uses [shortid](https://github.com/dylang/shortid)
for the small unique code generation :sparkles:.
If you want to use the URL Shortener visit this [link](https://yaas.ml).## TODO
* Redirection of domains that not start with *http* or *https*.
* Validation for proper URL in frontend## Technologies
* **Frontend**
* React + Redux
* Material-UI
* **Backend**
* ExpressJS
* **ProxyServer**
* Nginx
If you find an issue, please open an issue or if possible send a PR.## Author
* [yashLadha](https://yashladha.in)