Create an alphabetical hash. Taking an existing alphabetic hash (of any length), will return the next hash in sequence. If all characters in hash are rolled over, will append a new char (increase the length by 1.) eg. 'ZZZZ' -> 'AAAAA' eg. 'AAAZ' -> 'AABA'
Chameleon is a utility for converting colors from one color model to another. Conversions can be made to/from RGB, CMYK, Hex, HSL, Pantone, and even Keywords.
For example: "FFFFFF" -> %{c: 0, m: 0, y: 0, k: 0}
A Darksky.net weather api client for Elixir
A library for checking if a string looks like an ip address or lat/long.
Elixir wrapper for the Meetup.com public API.
Snoop smokes trees. Specifically, it take a path and build an HTML list describing the directories and files in that path.
Trivium, also known as "Ridiculously Handsome Teenager", is a library for generating human-readable slugs in the form adverb-adjective-noun. Slugs like these are commonly used for naming resources, such as processes, in a way that is easier to remember and distinct.