A URL shortener with custom social embeds
A URL shortner with custom social embeds
If you want to add more sites, they must:
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