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

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.

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:


GitHub Sponsors
 

Kofi

## License
This repository is licensed under [GPL-3.0 License](https://github.com/airscripts/archnet/blob/main/LICENSE).