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!
- Host: GitHub
- URL: https://github.com/j3rn/drug-gen
- Owner: J3RN
- License: bsd-3-clause
- Created: 2022-04-06T01:22:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T01:35:00.000Z (over 4 years ago)
- Last Synced: 2025-02-07T09:13:20.799Z (over 1 year ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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/