An open API service indexing awesome lists of open source software.

https://github.com/nemtsov/tiny-answer

Answer to the Ultimate Question of Life, the Universe, and Everything
https://github.com/nemtsov/tiny-answer

Last synced: 3 months ago
JSON representation

Answer to the Ultimate Question of Life, the Universe, and Everything

Awesome Lists containing this project

README

          

# tiny-answer [![Travis](https://img.shields.io/travis/behance/tiny-answer.svg)](http://travis-ci.org/behance/tiny-answer) [![npm](https://img.shields.io/npm/v/tiny-answer.svg)](https://www.npmjs.com/package/tiny-answer)

Answer to the Ultimate Question of Life, the Universe, and Everything.

## Usage

```js
import getAnswer from 'tiny-answer';

getAnswer()
.then((answer) => { // it won't take too long, I promise
console.log(answer); // 42
});
```

## License

[Apache-2.0](/LICENSE)