File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ It is possible to extend Rebol functionality using external modules (native and
41
41
* [ Rebol/IRC] ( https://github.com/Oldes/Rebol-IRC ) - Internet Relay Chat scheme
42
42
* [ Rebol/MathPresso] ( https://github.com/Siskin-framework/Rebol-MathPresso ) - Mathematical Expression Parser And JIT Compiler
43
43
* [ Rebol/Names] ( https://github.com/Oldes/Rebol-Names ) - Random names generator scheme
44
+ * [ Rebol/Spotify] ( https://github.com/Oldes/Rebol-Spotify ) - Spotify Web API
44
45
* [ Rebol/OpenCV] ( https://github.com/Oldes/Rebol-OpenCV ) - Computer Vision Library
45
46
* [ Rebol/SQLite] ( https://github.com/Siskin-framework/Rebol-SQLite ) - SQL database engine
46
47
* [ Rebol/Triangulate] ( https://github.com/Siskin-framework/Rebol-Triangulate ) - Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ modules: object [
156
156
;; optional modules, protocol and codecs
157
157
httpd: https://src.rebol.tech/modules/httpd.reb
158
158
prebol: https://src.rebol.tech/modules/prebol.reb
159
+ spotify: https://src.rebol.tech/modules/spotify.reb
159
160
daytime: https://src.rebol.tech/mezz/prot-daytime.reb
160
161
mail: https://src.rebol.tech/mezz/prot-mail.reb
161
162
mysql: https://src.rebol.tech/mezz/prot-mysql.reb
You can’t perform that action at this time.
0 commit comments