# horaio

> hora implements promises a+ spec

Latest version **1.0.0** (published 2019-02-17) · ISC license · 0 weekly downloads

## Install

```sh
npm install horaio
pnpm add horaio
yarn add horaio
bun add horaio
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-02-17 |
| First published | 2019-02-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | rishabh.io |
| Maintainers | rishabh.io |
| Keywords | promises, a+, rishabhio |

## Links

- npm: https://www.npmjs.com/package/horaio
- Repository: https://github.com/rishabhio/hora
- Homepage: https://github.com/rishabhio/hora#readme
- Issues: https://github.com/rishabhio/hora/issues
- npm.io page: https://npm.io/package/horaio

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-02-17

## README

# hora
hora is a library / snippet which implements promises / A+ spec

# What exactly is hora 
1. Use google translate and try to translate `time` to spanish. hora is what you get. 
2. In hindi or devanagari script, hora means [ in progress ] 

# What's my mindset while creating this library?
It's a friday night and I'm a boring person. 

I came across Promises / A+ specification somehow. Now I've used promises a lot but I've never
implemented the specification myself. 
So I thought let's just do it. 

What are my initial expectations from this lib?

I don't want it to be the best lib in the world but I still have a few things in mind. 
1. Code should read like a story [ comments should not be required for someone to understand it ] 
2. Should try to follow latest ES stuff 
3. It should do pass the test cases of the specification. 

What's interesting about this lib?

Hora :::: In hinda means "something happening and results are awaited
Hora :::: Google translate for "time" gives Hora 

This library is created more for the purpose of learning and as sucn recommended only for 
learning purposes. 

How to test this lib >>> 
```
npm install hora 
```


```
npm test 
```

---
_Source: https://npm.io/package/horaio · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
