Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneezry/leetpress
https://github.com/sneezry/leetpress
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sneezry/leetpress
- Owner: Sneezry
- License: mit
- Created: 2019-08-27T12:59:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:22:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T15:27:18.317Z (about 1 month ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetPress
Generate single HTML file for all LeetCode problems (excluding pay-only problems) for printing or offline reading.
## Caution
You should agree LeetCode terms, and use this tool at your own risk. This project doesn't contain any content of LeetCode.
> "Content" means all software, communications, images, sounds, and material perceived or made available from the Applications. Unless otherwise specified in writing, all of our content is owned, controlled, or licensed by us. Content means all software, images, questions, solutions, or any material associated with the service and website. All content is copyrighted under United States copyright laws and/or similar laws of other jurisdictions, protecting it from unauthorized use.
> You agree that all content is our sole and exclusive property. We may use all content for any purpose, including for commercial or promotional use without restriction or compensation to you. You agree not to copy, redistribute, publish or otherwise exploit any Content in violation of the intellectual property rights.
*See *
## Build from Source Code
* Install TypeScript:
* `npm install`
* `npm run build`## Start to Run LeetPress
* `node out/index.js`
## FAQ
* Q: What to do if LeetCode blocks LeetPress?
A: LeetPress remember where it breaks, so just start LeetPress again without any additional work. And LeetPress will continue its job.
* Q: Where dose my generated file go?
A: Your generated file goes `./problems.html` under the current directory where you start LeetPress.
## License
MIT License.