erbmu / Indian-Landmarks-API-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indian Landmarks API

GET Landmarks by

  • State
  • City
  • Locality of City
  • How to Use

  • GET Landmark by State --- State/StateName
  • GET Landmark by City --- City/CityName
  • GET Landmark by Locality --- Locality/LocalityName
  • GET Landmark by City/Locality --- City/CityName/Locality/LocalityName
  • Make a contribution

    Submit a Pull Request, with your landmark added to the JSON/index.json file. Make sure the landmark is in this format:

    {
      "id": last landmark id + 1,
      "state": "",
      "city": "",
      "locality": "",
      "landmark": "",
      "image": "",
      "description": ""
    }

    While sending your pull request please make sure you have also inserted empty JSON with next id this will be helpful to avoid merge conflicts

    About


    Languages

    Language:JavaScript 84.7%Language:HTML 15.3%