/api-puppy

A fun project to play with different ways to use Web APIs

Primary LanguageJavaScriptMIT LicenseMIT

api-puppy 🐶

This is most likely NOT what you think it is. 🤔

The live server has been shut off. :-(

Quick Install Instructions

Clone the project to a new folder.

git clone git@github.com:johnrnelson/api-puppy.git
cd api-puppy

Install the NPM(s). Check the package.json file. 😃

npm update

Now run the SETUP if this is your first time.

node ./SETUP.js

You are ready to run the API Server.

node RunWebServer.js

The console will give you the port number or the default is Local Host or whatever you set it to in the CONFIG.json file in the SECRET folder.

Working Links

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.