Skip to content

tomasohCHOM/aoc-dailies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc-dailies

Discord bot that notifies about Advent Of Code daily puzzles.

Development

Deno must be installed on your machine. See the docs.

To update to the latest version:

deno upgrade

Next, generate a new Discord Webhook URL and save it under a new .env file (copying the template from .env.example).

For running the server locally, run this command:

deno task start

For formatting, linting, updating dependencies, and updating the lock file run the following:

deno task all

Deployment

Deno Deploy is the easiest way to deploy your Deno application with an available GitHub repository. The application will automatically be redeployed on push to the main branch.

Ensure to copy the corresponding environmental variables to the deployment under the project's Settings > Environmental Variables.

References

About

A Discord Bot that sends Advent of Code daily notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published