1.0.4 • Published 4 years ago

tenseflow v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

tenseflow

An NPM package for finding word tenses

Project setup

## Installing Via NPM

npm i tenseflow

## Import into your project 
const {tenseFlow} =  require('tenseflow');

or using ES6 Import syntax

import {tenseFlow} from 'tenseflow'

## To check for past tense of a word

tenseFlow('come').past;

## To check for present tense of a word

tenseFlow('came').root;

cloning project Via Github

git clone <project_link>

Navigating to cloned project directory

cd <project_name>

Installing all required packages

NPM Install

Starting project server

node index.js || nodemon index.js
1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago