Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosgilf/advent-of-code
Eric Wastl's Advent of Code
https://github.com/marcosgilf/advent-of-code
advent-of-code javascript
Last synced: 28 days ago
JSON representation
Eric Wastl's Advent of Code
- Host: GitHub
- URL: https://github.com/marcosgilf/advent-of-code
- Owner: marcosgilf
- Created: 2021-12-01T15:55:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T11:42:37.000Z (about 3 years ago)
- Last Synced: 2023-03-01T02:31:35.047Z (almost 2 years ago)
- Topics: advent-of-code, javascript
- Language: JavaScript
- Homepage: https://adventofcode.com/
- Size: 956 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Advent of Code
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
## Technologies
This repo aim to be future-proof and use well-supported proven technology to learn and keep my stack up to date. The stack I have chosen should reflect this.
- [npm](http://npmjs.com)
- [Modern Web](https://modern-web.dev)
- [Mocha](https://mochajs.org)
- [Chai](https://www.chaijs.com)
- [ESLint](https://eslint.org)
- [prettier](https://prettier.io)
- [ES modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)
- Lots and lots of tests## How to use this repository
1. Install dependencies
`npm install`
2. Run test
`npm test` or `npm run test:wacth`