#Akshay-sample-terminal-app

1 messages · Page 1 of 1 (latest)

cloud bear
#

Hi there

#

What error

#

And which sample app specifically?

gloomy smelt
#

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

cloud bear
#

Was going to check on that 🙂

#

Does that fix it?

gloomy smelt
#

Yes

#

It fixed that

#

I had one more query can i use the same to integrate with my reactjs application

cloud bear
#

You can use the Terminal JS SDK with a React app, yes.

gloomy smelt
#

Is there any package for that

cloud bear
#

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

gloomy smelt
#

In react we use package .. script i dnt think we add

cloud bear
#

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

#

Yeah so I was wrong. You should be able to load it as a package as well