Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fastuptime/nodejs_console_title
- Owner: fastuptime
- Created: 2023-01-22T11:19:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T11:20:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T20:13:44.338Z (about 2 months ago)
- Topics: console-title, nodejs-console, nodejs-title-console
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/))