A TypeScript/Deno application for checking the status of URLs.
- Deno installed on your system
- Clone this repository
- Navigate to the project directory
cd url_checker
deno run --allow-net main.ts
cd url_checker
deno test --allow-net
url_checker/
- Main application directorymain.ts
- Main application filemain_test.ts
- Test filedeno.json
- Deno configuration
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Commit your changes
- Push to your branch
- Create a Pull Request
This project is open source and available under the MIT License.