nirokay / TheDictionary

Basic urban dictionary server clone, for fun with friends!

Home Page:https://nirokay.github.io/nim-docs/TheDictionary/dictionaryserver.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THE Dictionary

About

THE Dictionary is a basic and crappy clone of online, user-run dictionaries like Urban Dictionary.

Changelog

See the changelog here.

Capabilities

New definitions

Well, kinda necessary for a user-run dictionary…​ you can add your new definitions at /submit/.

Querying definitions

All definition queries are available under /definitions/, while a single definition is available under /definition/{id} (for example: definition/24).

You can also search for definitions of a specific word with /definitions/{word} (for example: /definition/word).

SQLite query parameters are also available at your disposal:

  • /definitions/a% queries all entries staring with a

  • /definitions/%the% queries all entries that have the in them

Security

The security of this webserver is unknown and probably contains bugs. Running this server on the open internet is not recommended. Use a local network instead! :)

Licence

This project is distributed under GPL-3.0.

About

Basic urban dictionary server clone, for fun with friends!

https://nirokay.github.io/nim-docs/TheDictionary/dictionaryserver.html

License:GNU General Public License v3.0


Languages

Language:Nim 90.6%Language:JavaScript 8.7%Language:Shell 0.7%