An open API service indexing awesome lists of open source software.

https://github.com/lvignoli/sqidify

Converts numbers from standard input into a Sqids ID.
https://github.com/lvignoli/sqidify

encoding sqids

Last synced: 2 months ago
JSON representation

Converts numbers from standard input into a Sqids ID.

Awesome Lists containing this project

README

        

# Sqidify

Converts numbers from standard input into a [Sqids](https://sqids.org) ID.

Demo program for the usage of the [Zig port](https://github.com/sqids/sqids-zig).

#### How to

- [Fetch the package](build.zig.zon)
- [Declare the dependency](build.zig)
- [Use it to convert numbers obtained from standard input](src/main.zig)