Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 832 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 832 Bytes

RDFJS4U

Online tool helping you pick a suitable RDF JavaScript library

Status

Build Status Code Climate dependencies

Demo

Live

Install

git clone git@github.com:txwkx/RDFJS4U.git
cd RDFJS4U
npm install
npm start

for tests

npm test and 🙏

Contributing

  1. Fork the repo
  2. Create a feature branch: git checkout -b new-feature
  3. Commit the changes: git commit -m 'Add new feature'
  4. Push to the branch: git push origin new-feature
  5. Submit a pull request
  6. 🙌