https://github.com/rayhanadev/ally
Extremely simple Express.js url router built for hosting on Replit!
https://github.com/rayhanadev/ally
express madewithreplit nodejs router shortner templatejam url
Last synced: about 1 month ago
JSON representation
Extremely simple Express.js url router built for hosting on Replit!
- Host: GitHub
- URL: https://github.com/rayhanadev/ally
- Owner: rayhanadev
- Created: 2022-05-28T01:21:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T00:40:51.000Z (about 3 years ago)
- Last Synced: 2025-02-17T14:13:17.555Z (4 months ago)
- Topics: express, madewithreplit, nodejs, router, shortner, templatejam, url
- Language: HTML
- Homepage: https://ally.furret.codes
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Welcome to the **ally** Template!
Hello there! Looking for a simple, free, and easy url shortener? Well you're in the
right spot! ally is a free router built on Replit, for Replit! With just a few
clicks you can start shortening urls right away.# Setup
First install all packages. Open up the console and type in the following command:
```shell
yarn install
```Wait for all the NodeJS packages to download, and then head over to the
[index.js](#index.js) file. There you will find an array called `WHITELISTED_USERS`
which you must edit in order to secure your router. If you leave this array empty
your dashboard can be accessed by any Replit user.
# Usage
To upload a file navigate to `/~` to find the ally dashboard. From there you can
drag and drop or select a file to upload. You will likely be prompted to authenticate
via Replit on your first visit.
You can also download this application as a PWA. For more information on this look up
your browser's specific information on installing PWAs.# Licensing
This Repl is licensed under the GNU GPL-v3.0 License, meaning you are free to reuse,
modify, and distribute this source code, publicly or privately, so long as the
LICENSE and other credits remain untouched and the code made public along with any
changes documented. For more information, please read the [LICENSE](#LICENSE).