Skip to content

Commit d32f60d

Browse files
committed
Included link to Rebol/Spotify extension
1 parent 7d24ad8 commit d32f60d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ It is possible to extend Rebol functionality using external modules (native and
4141
* [Rebol/IRC](https://github.com/Oldes/Rebol-IRC) - Internet Relay Chat scheme
4242
* [Rebol/MathPresso](https://github.com/Siskin-framework/Rebol-MathPresso) - Mathematical Expression Parser And JIT Compiler
4343
* [Rebol/Names](https://github.com/Oldes/Rebol-Names) - Random names generator scheme
44+
* [Rebol/Spotify](https://github.com/Oldes/Rebol-Spotify) - Spotify Web API
4445
* [Rebol/OpenCV](https://github.com/Oldes/Rebol-OpenCV) - Computer Vision Library
4546
* [Rebol/SQLite](https://github.com/Siskin-framework/Rebol-SQLite) - SQL database engine
4647
* [Rebol/Triangulate](https://github.com/Siskin-framework/Rebol-Triangulate) - Two-Dimensional Quality Mesh Generator and Delaunay Triangulator

src/boot/sysobj.reb

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ modules: object [
156156
;; optional modules, protocol and codecs
157157
httpd: https://src.rebol.tech/modules/httpd.reb
158158
prebol: https://src.rebol.tech/modules/prebol.reb
159+
spotify: https://src.rebol.tech/modules/spotify.reb
159160
daytime: https://src.rebol.tech/mezz/prot-daytime.reb
160161
mail: https://src.rebol.tech/mezz/prot-mail.reb
161162
mysql: https://src.rebol.tech/mezz/prot-mysql.reb

0 commit comments

Comments
 (0)