Logo Lanfrica

ouattararomuald/can-endpoints

Record type:

software
Creator:
oua
Host:
Simple API for the Africa Cup of Nation. # can-endpoints Simple API for the Africa Cup of Nation. See [Google Cloud Endpoints][1]. ## RSS feed Source match en direct ## Dependencies [Feedparser][2] ## Run Locally 1. Install the App Engine Python SDK. See the README file for directions. You'll need Python 2.7 installed too. 2. Clone this repo with ``` git clone github.com ``` 3. Run the application locally with ``` cd can-endpoints dev_appserver.py . ``` 4. Test your Endpoints by visiting the Google APIs Explorer (by default localhost) ## Deploy To deploy the application: 1. Use the Admin Console to create an app. 2. Replace ` ` in `app.yaml` with the app id from the previous step. 4. Invoke the upload script as follows (**Source**: [Testing and Deploying an API Backend][3]): ``` sdk-install-directory/appcfg.py update app-directory ``` where `sdk-install-directory` is the directory where you installed the App Engine SDK, and `app-directory` is the directory containing your backend code. (As shown, `app-directory` is a subdirectory of the current directory; you could alternatively specify a full path.) Full instructions for deploying are provided in the topic [Uploading, Downloading, and Managing a Python App][4]. After you deploy, you can use the API Explorer to experiment with your API without using a client app by visiting: ``` your_app_id.appspot.com ``` [1]: cloud.google.com [2]: github.com [3]: cloud.google.com [4]: cloud.google.com ## Contributing Please see the contributing guide ## Licence ``` Copyright 2015 Ouattara Gninlikpoho Romuald Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at apac