#Akshay-sample-terminal-app
1 messages · Page 1 of 1 (latest)
Here there was a option to download full app
For web , node and javascript
I get this error when i click connect to reader
Sorry my bad the server wasnt running
Yes
It fixed that
I had one more query can i use the same to integrate with my reactjs application
You can use the Terminal JS SDK with a React app, yes.
Is there any package for that
Same JS package. You just load <script src="https://js.stripe.com/terminal/v1/"></script> with your HTML
And then you can use the same JS methods in your react JSX
In react we use package .. script i dnt think we add
You still have a base HTML page, though, no?
Are you asking if you can use it as a module?
If so, then yes you can do it that way too
See https://stripe.com/docs/terminal/payments/setup-integration?terminal-sdk-platform=js#js-sdk-module
Yeah so I was wrong. You should be able to load it as a package as well