mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-04-10 14:06:42 +00:00
update readme
This commit is contained in:
parent
6d8c65fcd2
commit
14327c62cc
6
.idea/misc.xml
generated
6
.idea/misc.xml
generated
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptSettings">
|
||||
<option name="languageLevel" value="ES6" />
|
||||
</component>
|
||||
</project>
|
8
.idea/modules.xml
generated
8
.idea/modules.xml
generated
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/music-graph-scripts.iml" filepath="$PROJECT_DIR$/.idea/music-graph-scripts.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
9
.idea/music-graph-scripts.iml
generated
9
.idea/music-graph-scripts.iml
generated
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
6
.idea/vcs.xml
generated
6
.idea/vcs.xml
generated
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
17
README.md
17
README.md
@ -0,0 +1,17 @@
|
||||
wip
|
||||
|
||||
|
||||
### task_tracker setup:
|
||||
|
||||
Last.fm api calls are queued to [task_tracker](https://github.com/simon987/task_tracker/),
|
||||
and results are gathered by a [task_tracker_drone](https://github.com/simon987/task_tracker_drone/)
|
||||
([script](https://git.simon987.net/drone/last.fm/src/master/run)).
|
||||
|
||||
|
||||
Project secret:
|
||||
```json
|
||||
{
|
||||
"apikey": "<Your Last.fm api key>",
|
||||
"user": "<Your Last.fm username>"
|
||||
}
|
||||
```
|
1
task_tracker_drone
Submodule
1
task_tracker_drone
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit aa15a1b29e2fc7f03dafc9301c65e32cb82e4cb4
|
Loading…
x
Reference in New Issue
Block a user