Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkochan/current-story
Fetches the current Rally story ID from the branch name
https://github.com/zkochan/current-story
Last synced: 10 days ago
JSON representation
Fetches the current Rally story ID from the branch name
- Host: GitHub
- URL: https://github.com/zkochan/current-story
- Owner: zkochan
- License: mit
- Created: 2016-03-03T13:52:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T14:11:38.000Z (almost 9 years ago)
- Last Synced: 2024-11-25T08:41:06.120Z (28 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# current-story
Fetch the Rally (CA Agile) story ID from the current branch name.
[![Dependency Status](https://david-dm.org/zkochan/current-story/status.svg?style=flat)](https://david-dm.org/zkochan/current-story)
[![Build Status](https://travis-ci.org/zkochan/current-story.svg?branch=master)](https://travis-ci.org/zkochan/current-story)
[![npm version](https://badge.fury.io/js/current-story.svg)](http://badge.fury.io/js/current-story)## Installation
```
npm install current-story
```## Example Usage
``` js
const currentStory = require('current-story')currentStory().then(storyId => console.log(storyId))
```## License
MIT © [Zoltan Kochan](https://www.kochan.io)