Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fastuptime/nodejs_console_title

NodeJs Console Title
https://github.com/fastuptime/nodejs_console_title

console-title nodejs-console nodejs-title-console

Last synced: 9 days ago
JSON representation

NodeJs Console Title

Awesome Lists containing this project

README

        

# NodeJs_Console_Title

## Resimler

![image](https://user-images.githubusercontent.com/63351166/213913116-2b69b2ad-0b2e-442e-9fd2-464a4d390851.png)
![image](https://user-images.githubusercontent.com/63351166/213913142-c5a22a9d-1cc6-4250-8273-f22fcb45205d.png)

## Kod

```
function console_title(x) {
if (process.platform == 'win32') {
process.title = x;
} else {
process.stdout.write('\x1b]2;' + x + '\x1b\x5c');
}
}
console_title("Trendyol Ürün Çekici - github.com/fastuptime");
```

## Tech Stack

**Server:** Node

---
- ✨ [Destek İçin](https://fastuptime.com)

- 💕 [Discord](https://fastuptime.com/discord)

- 🎖️ [FasterHost Technology](https://fasterhost.tech/)

- ✨ İletişim için [Tıkla!](mailto:[email protected])

# License
- Its protected by Creative Commons ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/))