Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

EmeraldSnorlax/bait

Repository files navigation

bait

A URL shortner with custom social embeds

forthebadge forthebadge

If you want to add more sites, they must:

Send a pull request editing this file. Ensure that it ends with a trailing slash.

Bugs or exploits

If you find a bug or exploit with link creation, I'd appreciate it if you notified me by opening an issue. Feel free to also add a a mock link showcasing the bug to here.

Running:

yarn install
yarn run nodemon

Testing:

Backend features should be accompanied by a relevant test suite. Ideally, write the test first and then write the code to satisfy the tests after.

yarn test