Skip to content

Commit 9a756f6

Browse files
committed
Add license section to README
1 parent 4f539fa commit 9a756f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ Still Good Food
33

44
What?
55
-----
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.
77

88
Why?
99
----
1010
Earlier this year an article implied that the [bbc good food website](http://www.bbcgoodfood.com/) would be taken down.
1111
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.
1212

13+
License
14+
-------
15+
This entire repository is available under the terms in LICENSE, which is the MIT license.
16+

0 commit comments

Comments
 (0)