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
- Host: GitHub
- URL: https://github.com/nemtsov/tiny-answer
- Owner: nemtsov
- License: apache-2.0
- Created: 2017-05-17T21:58:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T15:44:34.000Z (about 9 years ago)
- Last Synced: 2025-11-21T14:12:44.923Z (8 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiny-answer [](http://travis-ci.org/behance/tiny-answer) [](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)