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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,16 @@
3
3
A scraper implementation for SpeakerDeck, as a workaround due to the lack of an official API.
4
4
5
5
You can either use this as a library (`import speakerdeck "github.com/luxas/speakerdeck-scraper"`) or the
6
-
ready-made (very lightweight) API implementation under `cmd/api`.
6
+
ready-made (very lightweight) API implementation under `cmd/speakerdeck-api`.
7
7
8
8
`speakerdeck-scraper` also has support for extensions, the extension that currently exists is Location, which
9
9
can using a Google Maps API key (with access to the Geocoding API) geolocate your talks just by you putting `Location: <address>` in the Speakerdeck talk description!
10
10
11
11
## API Usage
12
12
13
13
```console
14
-
$ make run
15
-
go build -o bin/api ./cmd/api
16
-
bin/api
14
+
$ go get github.com/luxas/speakerdeck-scraper/cmd/speakerdeck-api
0 commit comments