https://github.com/severo/tip_by_domain_renewal
https://github.com/severo/tip_by_domain_renewal
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/severo/tip_by_domain_renewal
- Owner: severo
- Created: 2019-10-15T12:38:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T18:24:43.000Z (over 3 years ago)
- Last Synced: 2025-04-06T09:43:06.623Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://rednegra.net/payetondomaine/
- Size: 127 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This small software is used to generate the website https://rednegra.net/payetondomaine/.
## INSTALL
If you're interested in supporting another list of domains, feel free to do it with this software, it's licenced under GNU GPL3.
First install the dependencies:
```bash
git clone git@github.com:severo/tip_by_domain_renewal.git
cd tip_by_domain_renewal
npm install
```
Update the [domains list](./src/domains.json):
```
vi src/domains.json
```
Generate `public/index.html` (note that it takes at least 1 minute per domain,
in order to be kind with Gandi Whois server, so be prepared to wait):
```bash
npm run build
```
Serve `public/index.html`.