https://github.com/airscripts/archnet
Node.js REPL for fetching your public IP.
https://github.com/airscripts/archnet
airscript airscripts ip nodejs repl typescript
Last synced: about 3 hours ago
JSON representation
Node.js REPL for fetching your public IP.
- Host: GitHub
- URL: https://github.com/airscripts/archnet
- Owner: airscripts
- License: gpl-3.0
- Created: 2019-05-01T18:11:05.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T17:24:34.000Z (over 2 years ago)
- Last Synced: 2025-09-09T01:43:01.432Z (8 months ago)
- Topics: airscript, airscripts, ip, nodejs, repl, typescript
- Language: TypeScript
- Homepage: https://airscript.it
- Size: 10.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Archnet
Node.js REPL for fetching your public IP.
## Contents
- [Installation](#installation)
- [Usage](#usage)
- [Resources](#resources)
- [Contributing](#contributing)
- [Support](#support)
- [License](#license)
## Installation
In order to use this project, you need an up and running development environment.
Follow the steps below in order to have one fully functional.
Make sure to have these dependencies installed on your machine:
- [Node](https://nodejs.org/en/)
Clone this repository:
```bash
git clone https://github.com/airscripts/archnet.git
```
## Usage
Run the following commands in the repository's root folder:
```bash
npx tsc
node ./build/repl.js
```
Everything should be set up and running.
## Resources
404
## Contributing
Contributions and suggestions about how to improve the project are welcome!
## Support
If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
Choose what you find more suitable for you:
## License
This repository is licensed under [GPL-3.0 License](https://github.com/airscripts/archnet/blob/main/LICENSE).