A URL shortner with custom social embeds
If you want to add more sites, they must:
- Be SFW, or show a NSFW clickthrough (eg Reddit, Imgur)
- Serve content over https://
- Have an icon from Simple Icons (for brands) or a sharp Material Design icon (for categories).
Send a pull request editing this file. Ensure that it ends with a trailing slash.
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.
yarn install
yarn run nodemon
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