static-api-generator icon indicating copy to clipboard operation
static-api-generator copied to clipboard

🔧 Generate a static JSON API from a tree of directories and files

Results 6 static-api-generator issues
Sort by recently updated
recently updated
newest added

Is this project dead? I tried running through the instructions and building a basic one using the example from the blog post, but i was getting lots of errors and...

I have been looking for a project like this so I can have a separate repo for the content of my site. I, however, needed support for more blog style...

First of all, thx for your greate tool. I'm playing arround with it and have a issue that i couldn't solve. I read the article from [CSS Tricks](https://css-tricks.com/creating-static-api-repository/). I create...

Using the example on the README.md file would it be possible to write an endpoint that searches based on a partial string? For instance could I query like `/english/action/action?name=dea` and...

I wanted to try the generator API so I installed it: `npm i static-api-generator` I created a generator for my JSON data: ```javascript const API = require('static-api-generator'); const api =...

Hi @eduardoboucas First of all thanks for your great tool. By reading the README I saw the `sort` parameter is able to sort entries by a field (that is inside...