Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
i am starting with a cryptocurrency trading app in nodejs environment(back-end only) . Can anyone who has prior experience of the same help me get started with it. i have already created the user CRUD part on the back-end(the user login and the authentication part). now i need to start with main part, that is working with coinbase api end points and saving wallet addresses. Any help will be greatly appreciated:)
not expecting anything just looking for someone who has some prior knowledge about how cryptocurrency trading apps work.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
Anybody having working code of credimax hosted payment integration.
I have checked their documentation ( https://credimax.gateway.mastercard.com/api/documentation/integrationGuidelines/hostedCheckout/integrationModelHostedCheckout.html?locale=en_US ) ,I tried to create a session using the code on their documentation but it getting errors. If anybody have any experience / sample code, please share.
Thank You
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I want to integrate the first data API to my website for card transactions, but I am not able to find the proper documentation to integrate with react and node js.
I have found an npm module, but it seems very old.
https://www.npmjs.com/package/firstdata
Their official page also doesn't seem to work out https://developer.firstdata.com/marketplace/api/index.html#authentication
So please guide me to find a proper way to do it.
Note: I am from India
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
This is my first Stack Overflow question so thanks for your patience. The UK Government launches the new 'Eat Out Help Out' scheme on Monday and I was looking at the website to find local participating restaurants:
https://www.tax.service.gov.uk/eat-out-to-help-out/find-a-restaurant/
When you input and search for a valid postcode it redirects to a URL with a parameter of 'results?postcode=RM7+0FT', for example. However, when I look in Chrome's Dev Tools under Network I can't see any API calls.
I'm fairly new to programming but not so new that I wish I could figure this out. I'd quite like to play around with this data if possible.
Many thanks all!
You can't see the API calls because the page is rendered server-side. You are redirected to a new page where all the data is fetched and populated on the server, so you only see the end result.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have
a web-application that use :
Laravel for the back-end
Angular for the front-end.
I finished
implement the whole
user-authentication
register
log-in/log-out
forgot-password
reset-password
email activation
Now, I want
to add a chat feature to allow my users to chat with each other.
How do we make something like that ? How do we start ?
For anyone that have done this, how did you start ?
Any hints or suggestions on this will be much appreciated.
Actually chat application should not be done in pure PHP i would build chat application on the top of socket.io
https://github.com/krimple/angular-socketio-chat and pushing messages from laravel to socket.io client (angular)
http://www.codetutorial.io/laravel-5-and-socket-io-tutorial/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
i want to write a script which send automatically an friend birthday wishes. My base idea was to write a php script which called every day by a cronjob. All solution which i found was deprecated by facebook.
Actually my idea is to export my facebook calender and let a script run over the "export-list" that import the birthdays into a database. Then I have to call every day the javascript that popup a send-dialog if someone have birthday. But that is not comfortable.
Did somebody know a better solution?
You cannot get the friends' birthdays anymore, because all the friends_* permissions have been removed with v2.0 of the Graph API. Only if they are also users of the same app and give the app the permissions.