You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,14 @@ Still Good Food
3
3
4
4
What?
5
5
-----
6
-
This is a scraper for that site, written in go. The program will produce a json blob representing what I consider the important (pull requests welcome if you disagree) fields of a recipe to be from a URL that's a recipe. It exposes functions and types that you could use directly as a library if you don't want to convert back from a JSON blob/do your own IO.
6
+
This is a scraper for that site, written in go. The program will produce a JSON blob representing what I consider the important (pull requests welcome if you disagree) fields of a recipe to be from a URL that's a recipe. It exposes functions and types that you could use directly as a library if you don't want to convert back from a JSON blob/do your own IO.
7
7
8
8
Why?
9
9
----
10
10
Earlier this year an article implied that the [bbc good food website](http://www.bbcgoodfood.com/) would be taken down.
11
11
This turned out to be [false](https://twitter.com/bbcgoodfood/status/732504825930223616) but by the time I realised that I'd already written this, so here you are.
12
12
13
+
License
14
+
-------
15
+
This entire repository is available under the terms in LICENSE, which is the MIT license.
0 commit comments