-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a325869
commit 5c5dff1
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# ninaAPI | ||
API for the astronomy imaging software N.I.N.A. | ||
The documenation is available [here](https://github.com/christian-photo/ninaAPI/wiki) | ||
The documenation for the api can be found [here](https://bump.sh/christian-photo/doc/advanced-api), and the documentation for the websockets is available [here](https://bump.sh/christian-photo/doc/advanced-api-websockets). | ||
|
||
Shoutout to tcpalmer and his [web session plugin](https://github.com/tcpalmer/nina.plugin.web/tree/main), from which I took a lot of inspiration (and a few code snippets) | ||
This plugin aims to be an all-around api for building your own custom tools and apps! Let me know about any cool projects you make, at the bottom of the readme you can find a list containing cool projects using the api! | ||
|
||
Shoutout to tcpalmer and his [web session plugin](https://github.com/tcpalmer/nina.plugin.web/tree/main), from which I took a lot of inspiration (and a few code snippets). I want to thank everyone for creating issues, reporting bugs to me and requesting new features! It really helps me a lot while trying to continually improve the api. All that to say, feature requests, bug reports and all of these things are highly welcome! | ||
|
||
--- | ||
Looking for an app? Take a look at these projects: | ||
- https://github.com/JohannesWorks/Touch-N-Stars/ | ||
- https://github.com/Touch-N-Stars/Touch-N-Stars |