Basic starting point of getting API Exchange to display on a html web page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joehall
    Junior Member
    • Jan 2019
    • 1

    #1

    Basic starting point of getting API Exchange to display on a html web page

    Hi,

    Apologies for the incredibly newbie question, but here goes....

    I have been learning basic web dev and wanted to start looking at using the betfair api to build a basic website which will pull the data from the api on a basic web page - call it my project! Eventually I want the api to feed a DB and call of data upon request but for now I just want to see a basic live feed in a html web page.

    I have downloaded the sample code and have obtained and tested the app key, what I need to know is my next steps to get the app live in a webpage?

    Thanks in advance
  • LetsGo
    Senior Member
    • Oct 2018
    • 112

    #2
    Do you have Visual Studio?
    If you can get the api c# sample running in Visual Studio then you can create a web site project in visual studio and join the two projects. (the c# sample and the new web site)

    Comment

    Working...
    X