Giter Site home page Giter Site logo

shakespearean-pokemon's Introduction

shakespearean-pokemon


A simple API presenting one endpoint which will give back the description of a named pokemon but written in the style of shakespeare.

Requirements

Development

  • NodeJS (14)

Optional

  • Docker

Setup/running/testing

Having cloned the repo, from the root of the project:

  • install the dependencies: npm ci
  • tests can be started via npm test
  • the server can be started with node index.js

The server listens by default on port 4567

A dockerfile is also included, once built the image is configured to expose the default application port of 4567.

  • Convenience scripts provided: npm run docker:build & npm run docker:run.

Notes

  • Testing is making use of mocked api's.
  • Whilst the pokeapi does not seem to have any limitations, the translation API has strict usage limitations.
    • Optional api key for translation api can be provided in the config by setting the translateToken property.
  • Upstream API's
  • When fetching the original description for a pokemon, this service makes use of the latest/last entry from a variety of descriptions from various versions
    • Pick others?
    • Option to specify game version?
  • Given API limitations for translation, likely best to cache these results for future use.

API

GET /pokemon/:name

  • Expects valid pokemon name as parameter, will return 404 if not.
  • Returns server error if upstream API reports an issue.
  • Returns 429 Too many requests if upstream API (particularly translation api) returns as such.

Successful response: 200

{
  "name": "<pokemon name>",
  "description": "<translated description of pokemon>"
}

shakespearean-pokemon's People

Contributors

glasseyes42 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.