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

https://github.com/compufox/gender-api


https://github.com/compufox/gender-api

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

* Gender-Api

a silly gender ""api""

** Usage

drop into a lisp repl

#+BEGIN_SRC lisp
* (ql:quickload :gender-api)
* (gender-api:main)
#+END_SRC

then you can curl http://127.0.0.1:5000/api/gender to get a gender.

if you pass a name (http://127.0.0.1:5000/api/gender?name=ava%20fox) you can get back a gender with the name you passed

** Installation

Install a lisp (SBCL or Roswell)

=git clone https://github.com/compufox/gender-api ~/common-lisp/gender-api=

then follow along with Usage

** Building

using sbcl (sbcl) or roswell (ros run)

#+BEGIN_SRC shell
$ ros run --eval "(ql:quickload :gender-api)" --eval "(asdf:make :gender-api)"
$ cp ~/common-lisp/gender-api/src/words.json ~/common-lisp/gender-api/bin/
#+END_SRC

** Author

+ ava fox

** Copyright

Copyright (c) 2020 ava fox

** License

Licensed under the NPLv1+ License.