Compare commits

..

2 Commits

Author SHA1 Message Date
Mateus Sampaio
7d059e2c57 Merge f1b7ab2320 into 5b3da8cead 2024-01-02 06:34:06 -08:00
Sindre Sorhus
5b3da8cead Meta tweaks 2024-01-02 17:36:22 +07:00

View File

@@ -89,10 +89,6 @@
<sub>Just type <a href="https://node.cool"><code>node.cool</code></a> to go here. Follow me on <a href="https://twitter.com/sindresorhus">Twitter</a>.</sub>
</p>
<br>
<a href="https://t.me/sindresorhuschat/3">Telegram group</a>
<br>
<br>
<br>
<p>
<a href="https://en.wikipedia.org/wiki/Node.js">Node.js</a> is an open-source, cross-platform, JavaScript runtime for writing servers and command-line tools.
</p>
@@ -435,7 +431,7 @@
- [More…](https://github.com/sindresorhus/promise-fun)
- Observables
- [RxJS](https://github.com/ReactiveX/RxJS) - Reactive programming.
- [observable-to-promise](https://github.com/sindresorhus/awesome-observables) - Convert an Observable to a Promise.
- [observable-to-promise](https://github.com/sindresorhus/observable-to-promise) - Convert an Observable to a Promise.
- [More…](https://github.com/sindresorhus/awesome-observables)
- Streams
- [Highland.js](https://github.com/caolan/highland) - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.
@@ -824,7 +820,7 @@
- [@sindresorhus/is](https://github.com/sindresorhus/is) - Type check values.
- [env-dot-prop](https://github.com/simonepri/env-dot-prop) - Get, set, or delete nested properties of process.env using a dot path.
- [node-video-lib](https://github.com/gkozlenko/node-video-lib) - Pure JavaScript library for working with MP4 and FLV video files and creating MPEG-TS chunks for HLS streaming.
- [basic-ftp](https://github.com/patrickjuchli/basic-ftp) FTP/FTPS client.
- [basic-ftp](https://github.com/patrickjuchli/basic-ftp) - FTP/FTPS client.
- [cashify](https://github.com/xxczaki/cashify) - Currency conversion.
- [genepi](https://github.com/Geode-solutions/genepi) - Automatically generate a native Node.js addon from C++ code.
- [husky](https://github.com/typicode/husky) - Create Git hook scripts.