Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Denisolt/NightSky
A way to avoid paying 50 bucks by using some js to generate an image of the night sky at specific time and location. 🌑
https://github.com/Denisolt/NightSky
canvas js nightsky poster stars
Last synced: about 2 months ago
JSON representation
A way to avoid paying 50 bucks by using some js to generate an image of the night sky at specific time and location. 🌑
- Host: GitHub
- URL: https://github.com/Denisolt/NightSky
- Owner: Denisolt
- License: other
- Created: 2018-02-22T22:36:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T23:08:36.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:53:38.734Z (5 months ago)
- Topics: canvas, js, nightsky, poster, stars
- Language: JavaScript
- Homepage:
- Size: 260 KB
- Stars: 71
- Watchers: 4
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Night Sky
---
**NOTE**As you probably realized from comments in code, the majority of this code was written by Ernie Wright (http://www.etwright.org/astro/plani.html). Me being young and foolish at the moment of putting this repo together, I have forgotten to give him shoutout. So, Ernie, if you are seeing this: I am sorry 😐 and thanks for the code.
---
A way to avoid paying 50 bucks by using some js to generate an image of the night sky at specific time at a specific location.
I hope someone finds this useful.
## Problem
There are websites like thenightsky.com that offer posters with the view of the night sky. Example is below:
There is only one problem and that is the cost. a poster like this will end up being around 40-50 bucks.
![img](https://cdn.shopify.com/s/files/1/2160/9077/files/gallery3_1296x.jpg?v=1506954695)
## Solution
Some open source work, a little bit of js and call it a day. Made my own version. Bless up, not paying 50 bucks for a poster.
## Deployment
```bash
git clone https://github.com/Denisolt/NightSky
cd NightSky
open the index file
```too easy to even explain, fam.
## Result:
![sample](https://github.com/Denisolt/NightSky/blob/master/sample.png?raw=true)
## License
The project is under `DO I LOOK LIKE I GIVE A SHIT PUBLIC LICENSE`
Do whatever you want.
```
DO I LOOK LIKE I GIVE A SHIT PUBLIC LICENSE
Version 1, June 2018
Copyright (C) 2013 DenisoltEveryone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO I LOOK LIKE I GIVE A SHIT PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. I don't give a shit what you do, just don't bother me with it.1. I'm done with this shit, maintain it yourself.
```