Skip to content

Commit

Permalink
added new keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ripetoast committed Oct 22, 2019
1 parent c1391fd commit f78864f
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ Install with:
Run with:
### `npm start`

Deployed on Heroku:
https://simplewordgen.herokuapp.com/



68 changes: 63 additions & 5 deletions public/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"",
""
],
"Romanji" :
[
"Romanji" : [
"a",
"e",
"i",
Expand Down Expand Up @@ -113,7 +112,17 @@
"じやあ",
"それや",
"またあした",
"はじへまして"
"はじめまして",
"ごちそうさまでした",
"おげんきで",
"おじやまします",
"いらつしやいませ",
"おねがいします",
"すみません",
"ごめんあさい",
"どうぞ",
"だいじょうぶです",
"おなまえは なんですか"
],
"Numbers": [
0,
Expand Down Expand Up @@ -215,7 +224,9 @@
"いぬ"
],
"Verbs":[
"よむ"
"よむ",
"いく",
"くる"
],
"Countries": [
"もりしゃす",
Expand All @@ -233,7 +244,9 @@
"すぺいん",
"いたりあ",
"すうええでん",
"おらんだ"
"おらんだ",
"おおすとらりあ",
"かなだ"
],
"Jobs": [
"いしや",
Expand All @@ -245,5 +258,50 @@
"Places":[
"だいがく",
"びよういん"
],
"Adjectives": [
"おおきい",
"あつい",
"さむい"

],
"Duolingo": [ 
"あまい",
"きる",
"よむ",
"のむ",
"やさい",
"おさけ",
"すし",
"てりやき",
"すき",
"きたない",
"ほしい",
"さようなら",
"こにいちは",
"わたし",
"あお",
"しろ",
"あか",
"なな",
"おはよう",
"さん",
"はい",
"ろく",
"ねこ",
"とり",
"いぬ",
"せなか",
"",
"みみ",
"なつ",
"ふゆ",
"ひる",
"くもり",
"はれ",
"へや",
"いえ",
"そと",
"よる"
]
}

0 comments on commit f78864f

Please sign in to comment.