GithubHelp home page GithubHelp logo

theartifulprogrammer / pasttenser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samuellawrentz/pasttenser

0.0 0.0 0.0 1.65 MB

A web API that returns the past tense and the past participle tense of a given verb.

Home Page: https://samuellawrentz.github.io/PastTenser

JavaScript 29.84% CSS 27.71% HTML 42.44%

pasttenser's Introduction

PastTenser

A web API that returns the past tense and the past participle tense of a given verb built on NodeJs.

View the demo on https://samuellawrentz.github.io/PastTenser

Requests

You could send your API requests to https://pastenser.herokuapp.com/Verb

The response would be an json consisting of the pastense and the past-participle of the requested verb.

Example

Request

https://pastenser.herokuapp.com/Eat

Response

    {
    "past tense":"Ate",
    "past participle":"Eaten"
    }

Note

The first letter of the verb must be capital.

This API is not artificially intelligent to distinguish between verbs, nouns, adjectives, etc. Please be sure that only a verb is sent in the API request to avoid receiving wierd and strange words as past tense :)

The data is fetched from a static data-source. Might be unrelaiable and sometimes wrong or out-dated.

pasttenser's People

Contributors

samuellawrentz 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.