Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/az33zy/slugrace
Compare JavaScript slugify (kebab-case) libraries
https://github.com/az33zy/slugrace
kebab-case slug slugify
Last synced: 24 days ago
JSON representation
Compare JavaScript slugify (kebab-case) libraries
- Host: GitHub
- URL: https://github.com/az33zy/slugrace
- Owner: az33zy
- Created: 2024-06-03T08:18:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T07:30:24.000Z (7 months ago)
- Last Synced: 2024-11-24T19:40:20.571Z (about 1 month ago)
- Topics: kebab-case, slug, slugify
- Language: HTML
- Homepage: https://slugrace.zy.ke/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slug Race
Compare different JavaScript libraries that transform text to
kebab-case (slugify).[Live website](https://slugrace.zy.ke/)
## Credits
Big thanks to:
- [Rich Trott](https://github.com/Trott) for [slug](https://github.com/Trott/slug)
- [Simeon Velichkov](https://github.com/simov) for [slugify](https://github.com/simov/slugify)
- [Sindre Sorhus](https://github.com/sindresorhus) for [@sindresorhus/slugify](https://github.com/sindresorhus/slugify)
- [Dmitri Pavlutin](https://github.com/panzerdp) for [voca](https://github.com/panzerdp/voca)
- [Authors of lodash](https://github.com/lodash) for [lodash](https://github.com/lodash/lodash)
- [Sascha Droste](https://github.com/pid) for [speakingurl](https://github.com/pid/speakingurl)