https://github.com/docspring/springme
Demo app for DocSpring
https://github.com/docspring/springme
Last synced: about 1 month ago
JSON representation
Demo app for DocSpring
- Host: GitHub
- URL: https://github.com/docspring/springme
- Owner: DocSpring
- Created: 2023-06-13T05:28:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T02:40:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T07:14:18.917Z (over 1 year ago)
- Language: TypeScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringMe demo JS application for DocSpring
This is app is a WIP. It's purpose is to demonstrate capabilities on the DocSpring platform and provide examples of how to
implement our PDF processing platform in your own JavaScript/TypeScript applications. These are just ideas and examples and
we encourage you to experiment with your own solutions.
This is built with Create Next App and uses RTX for version managment. There is a .env.local.example file that you can use as
as template to build your own .env.local file which you will need to at least add your DocSpring API token and ID to.
# Typing for DocSpring library
Currently we are using the Javascript library which does not include any typing so we have declared it under `types/decs.d.ts`.
I plan to update this to the TypeScript library.