🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

story-estimator

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

story-estimator

assigns a random completion estimate to a task description, mostly from phrases meaning 'never' in places around the world

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

User Story Estimation as a Service

Check out the live version at userstoryestimation.net

This service assigns a fictional estimate to a user story, based on the set of random sentences, mostly meaning 'never' in different places around the world. It is deterministic, so the same story always gets the same estimate, making it useful to send to other people as a link.

To add new estimate to the list of possible sentences, change sentences.json and submit a pull request.

To build a local copy of the web site, use npm run build.

Using as a NPM module

You can integrate the story estimator into your own code as an NPM module. Install it from NPM using

npm install story-estimator

Then just require it and pass a bit of text to estimate:

$ node
> estimate = require('story-estimator')
[Function: estimate]
> estimate('As a trader I want to trade because I want to trade')
'on the 12th of Nevermber'

Keywords

humor

FAQs

Package last updated on 28 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts