Skip to content

This project is a website where you can look up different properties of minecraft items, for example id, numerical id and stack size.

License

Notifications You must be signed in to change notification settings

codenius/MinecraftItemsIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinecraftItemsIndex

This project is a website where you can look up different properties of minecraft items, for example id, numerical id and stack size.

Installation

This project requires nodeJS and npm, so make sure they are installed.

with git:

git clone https://github.com/codenius/MinecraftItemsIndex
cd MinecraftItemsIndex
npm install

with npm (note that you can't contribute this way)

npm install git+https://github.com/codenius/MinecraftItemsIndex

Starting

Start the server while you are in projects root directory with

npm start

or

node index.js

Then enter the displayed URL in your browser.

Update cached items data

Execute the following commands in projects root directory.

Use node index.js update items to update the items cache and node index.js update itemsDetails to update the details.

To do both use npm run update or node index.js update items itemsDetails.

Using node index.js update index updates only the search index but is usally not requiered because it's automatically done after updating the items cache.

Resources

Libraries and technologies

  • express as web application framework
  • ejs as templating engine for express
  • lunr to search items
  • cheerio for webscrapping (get items data)

About

This project is a website where you can look up different properties of minecraft items, for example id, numerical id and stack size.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published