Skip to content

json-cam/url-statusChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL Status Checker

A TypeScript/Deno application for checking the status of URLs.

Getting Started

Prerequisites

  • Deno installed on your system

Installation

  1. Clone this repository
  2. Navigate to the project directory

Usage

cd url_checker
deno run --allow-net main.ts

Testing

cd url_checker
deno test --allow-net

Project Structure

  • url_checker/ - Main application directory
    • main.ts - Main application file
    • main_test.ts - Test file
    • deno.json - Deno configuration

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Commit your changes
  6. Push to your branch
  7. Create a Pull Request

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published