repojs
v0.2.1
Published
A fancy way of handeling JSON data in JavaScript made for web based iOS 3rd party app stores
Downloads
86
Readme
RepoJs
Gettings Started
Using repojs with Node.js To install it run
npm i repojsUsing repojs with the web Use our cdn by adding this into your websites body
<script src="https://cdn.jsdelivr.net/npm/repojs/src/index.js" crossorigin="anonymous"></script>Changelog
Latest release notes
repojs.repo.getAllCategories(data, keyToSkip)
- Added an getAllCategories function to return an array of all apps (and categories)
Some changes behind the scenes...
- We have remade the get function to be faster and easier to change in the future. And we have changed some small things with the parse function.
