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

https://github.com/j3rn/drug-gen

An application that generates exciting names for your new pharmaceutical, such as Atrandeset A or STAINOD 25% PROLETETAZAC ILOD!
https://github.com/j3rn/drug-gen

haskell

Last synced: 12 months ago
JSON representation

An application that generates exciting names for your new pharmaceutical, such as Atrandeset A or STAINOD 25% PROLETETAZAC ILOD!

Awesome Lists containing this project

README

          

# drug-gen

An application that generates exciting names for your new pharmaceutical!

Drug name data ([database.txt](/database.txt)) is synthesized from the [Drugs@FDA Data Files]. Thanks to the FDA for making this data available for my fun and whimsy!

This is a [Stack] project, so you can compile the application with `stack build`.

[Drugs@FDA Data Files]: https://www.fda.gov/drugs/drug-approvals-and-databases/drugsfda-data-files
[Stack]: https://docs.haskellstack.org/