This commit is contained in:
Jeffrey Paul 2019-10-18 23:51:46 -07:00
parent e569f1d2c5
commit 755c4c6c8a
3 changed files with 23 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3 FROM python:3.8
ADD . /app ADD . /app

View File

@ -7,6 +7,10 @@ as well as occupations, animal names with negative connotations, and some
foods and body parts in an attempt to avoid randomly generating negative, foods and body parts in an attempt to avoid randomly generating negative,
threatening, or disgusting code names. threatening, or disgusting code names.
# Demo
A version should be running (free tier, be patient) at [https:/codename-sneak-cloud.herokuapp.com](https://codename-sneak-cloud.herokuapp.com/).
# See Also # See Also
[docker [docker

View File

@ -1,3 +1,21 @@
{ {
"name": "codenamegenerator",
"description": "generates codenames, avi!",
"keywords": [
"python"
],
"website": "https://github.com/sneak/codenamegenerator/",
"repository": "https://github.com/sneak/codenamegenerator/",
"success_url": "/",
"scripts": {
},
"stack": "container" "stack": "container"
"env": {
},
"formation": {
"web": {
"quantity": 1,
}
}
} }