Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.76 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.76 KB

VBA helpers API

1. What is it

JSON API for https://vbahelpers.ru

And also a helpers storage

2. Where are the helpers stored

Excel file stores the helper's metadata and excel-to-json converts it into JSON file

VBA helpers are stored as plain text files in ./data/code folder

3. Links

4. API routes

5. Install dependencies

git clone repo_urlcd ./repo-foldernpm ci

6. Build and run the app

cd ./repo-foldernpm run start