first commit!

This commit is contained in:
dozens 2020-10-21 13:15:21 -06:00
commit 83f1f4a51c
2 changed files with 39 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# Oulipo
> An English to oulipo dictionary
This JSON file can be used to return oulipo suggestions for common
English words.
## Example
This www page consumes the JSON and builds an HTML dictionary list: <https://tilde.town/~dozens/oulipo/glossary.html>
## Contributing
Pull requests welcome!
## Resources
More about oulipo: <https://tilde.town/~dozens/oulipo>
Join the #oulipo channel on tilde.town

19
oulipo.json Normal file
View File

@ -0,0 +1,19 @@
{
"hello": [
"hi",
"salutations"
],
"here": [
"in this location"
],
"me": [
"this human",
"my avatar"
],
"same": [
"similar"
],
"different": [
"not similar"
]
}