mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
new lyrics service
This commit is contained in:
parent
ecc954a1be
commit
b3bb678193
3 changed files with 51 additions and 57 deletions
|
@ -30,7 +30,7 @@ const Api = Object.freeze({
|
|||
SEARCH_BING_IMAGES: '/search/bing-images',
|
||||
SEARCH_GOOGLE: '/search/google',
|
||||
SEARCH_GOOGLE_IMAGES: '/search/google-images',
|
||||
SEARCH_LYRICS: '/search/lyrics',
|
||||
SEARCH_LYRICS: '/search/lyrics-v2',
|
||||
SEARCH_QUORA: '/search/quora',
|
||||
SEARCH_QUORA_RESULT: '/search/quora-result',
|
||||
SEARCH_REDDIT: '/search/reddit',
|
||||
|
@ -57,6 +57,7 @@ const Api = Object.freeze({
|
|||
UTILS_PERSPECTIVE: '/utils/perspective',
|
||||
UTILS_SCREENSHOT: '/utils/screenshot',
|
||||
UTILS_TEXTGENERATOR: '/utils/text-generator',
|
||||
UTILS_WEATHER: '/utils/weather',
|
||||
})
|
||||
|
||||
module.exports = {
|
||||
|
|
|
@ -40,6 +40,10 @@ const Statics = Object.freeze({
|
|||
file: "brands/makesweet.png",
|
||||
revision: 0
|
||||
},
|
||||
musixmatch: {
|
||||
file: "brands/musixmatch.png",
|
||||
revision: 0
|
||||
},
|
||||
openai: {
|
||||
file: "brands/openai.png",
|
||||
revision: 0
|
||||
|
@ -127,6 +131,7 @@ module.exports.STATICS = Object.freeze({
|
|||
inspirobot: staticAsset(Statics.brands.inspirobot),
|
||||
labscore: staticAsset(Statics.brands.labscore),
|
||||
makesweet: staticAsset(Statics.brands.makesweet),
|
||||
musixmatch: staticAsset(Statics.brands.musixmatch),
|
||||
openai: staticAsset(Statics.brands.openai),
|
||||
openweathermap: staticAsset(Statics.brands.openweathermap),
|
||||
perspectiveapi: staticAsset(Statics.brands.perspectiveapi),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue