Skip to content

Commit

Permalink
lyrics wikia moved to fandom
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Popov committed Sep 22, 2019
1 parent b6c4818 commit b2503db
Show file tree
Hide file tree
Showing 9 changed files with 473 additions and 350 deletions.
2 changes: 0 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
Expand Down
9 changes: 4 additions & 5 deletions ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ export interface IConfig {
refreshToken: string;
clientSecret: string;
clientId: string;
spotifyAppIs: string;
spotifyAppId: string;
amazonMusicAppId: string;
},
};
github: {
token: string;
}
};
}


export const getConfig = async () => {
const json = await fs.readFile("./secrets.json", "utf-8");
return JSON.parse(json) as IConfig;
Expand All @@ -23,4 +22,4 @@ export const getVersion = async (): Promise<string> => {
const json = await fs.readFile("src/spotify/manifest.json", "utf-8");
const manifest = JSON.parse(json);
return manifest.version;
};
};
Loading

0 comments on commit b2503db

Please sign in to comment.