项目作者: EmeraldSnorlax

项目描述 :
A URL shortener with custom social embeds
高级语言: TypeScript
项目地址: git://github.com/EmeraldSnorlax/bait.git
创建时间: 2021-03-25T17:18:51Z
项目社区:https://github.com/EmeraldSnorlax/bait

开源协议:GNU Affero General Public License v3.0

下载


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:

  1. yarn install
  2. 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.

  1. yarn test