Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Mauro committed May 29, 2021
1 parent 903f88b commit 9d52e4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# 5eImport

This tool is designed to import the great JSON files from the 5e.tools data into a MongoDB collection. It combines all the files that would be related to the data being imported so items can be stored as a single collection.
This tool is designed to import the great JSON files from the 5e.tools data into a MongoDB collection. It combines all the files that would be related to the data being imported so items can be stored as a single document.
It also creates a unique id based on the name-source-page of the item.

Specific sources can be selected in the import using the arrays in supportedSources.js

The original JSON has not been modified to allow for easy updates into the database and to allow more generic parsing and rendering to be possible.

Currently support

- bestiary
Expand Down

0 comments on commit 9d52e4e

Please sign in to comment.