pull/43/head
hahwul 2022-08-15 22:23:47 +09:00
parent 68fa45d91f
commit 105282ca5c
1 changed files with 9 additions and 0 deletions

View File

@ -8,5 +8,14 @@ data_hash.each do | name, obj |
puts obj['Description']
# Make object
obj = {}
obj['name'] = name
obj['description'] = obj['Description']
obj['url'] = '' # parse DATA
obj['categories'] = []
obj['types'] = []
obj['lang'] = [] # parse DATA
obj['tags'] = []
# Save file
end