Skip to content

Commit 626f58b

Browse files
committed
chore: use tsdown for build
1 parent 36112db commit 626f58b

File tree

5 files changed

+136
-11
lines changed

5 files changed

+136
-11
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Recipe Scrapers JS
22

3+
> **⚠️ Alpha Version**
4+
> This library is currently in **alpha**, APIs and behavior may change without notice. Use at your own risk.
5+
36
A TypeScript/JavaScript library for scraping recipe data from various cooking websites. This is a JavaScript port inspired by the Python [recipe-scrapers](https://github.com/hhursev/recipe-scrapers) library.
47

58
## Features
@@ -145,8 +148,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
145148
- [Schema.org Recipe specification](https://schema.org/Recipe)
146149
- [Cheerio](https://cheerio.js.org/) for HTML parsing
147150

148-
---
149-
150151
## Copyright and Usage
151152

152-
**Note**: This library is for educational and personal use. Please respect the robots.txt files and terms of service of the websites you scrape.
153+
_**This library is for educational and personal use. Please respect the robots.txt files and terms of service of the websites you scrape.**_

0 commit comments

Comments
 (0)