A fancy way of handeling JSON data in JavaScript made for web based iOS 3rd party app stores


License
ISC
Install
npm install repojs@0.1.8

Documentation

RepoJs

Node.js Package

Gettings Started

Using repojs with Node.js To install it run

npm i repojs

Using 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.

https://puffer.is-a.dev/projects/repojs/