Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silvinaroldan/swissephemeris
🪐 Swiss Ephemeris iOS Framework
https://github.com/silvinaroldan/swissephemeris
astrology ephemeris ios ios-framework swift swiss
Last synced: 5 days ago
JSON representation
🪐 Swiss Ephemeris iOS Framework
- Host: GitHub
- URL: https://github.com/silvinaroldan/swissephemeris
- Owner: silvinaroldan
- License: gpl-2.0
- Created: 2018-02-13T19:21:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T16:52:17.000Z (3 months ago)
- Last Synced: 2024-10-31T17:17:55.064Z (3 months ago)
- Topics: astrology, ephemeris, ios, ios-framework, swift, swiss
- Language: C
- Homepage:
- Size: 508 KB
- Stars: 24
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwissEphemeris
[![Swift 4.0.x](https://img.shields.io/badge/Swift-4.0.x-orange.svg?style=flat)](https://swift.org/)
[![GitHub issues](https://img.shields.io/github/issues/silvinaroldan/SwissEphemeris.svg)](https://github.com/silvinaroldan/SwissEphemeris/issues) [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
Swiss Ephemeris iOS FrameworkThis Project contains two targets to test the Framework on iOS Apps
## Consuming the Framework from a Swift App
###
```swift
//UTC Time - Topocentric System Houselet swiss = SwissEphemeris(month: 5, day: 23, year: 1985, hour: 11, minutes: 40, seconds: 0, houseType: "T", latitude: -31.632389, longitude: -60.699459)
let sunPosition = swiss.getSunPosition()
let firstHousePosition = swiss.getHouse(1)print("First house position: " + firstHousePosition + " Sun Position: " + sunPosition)
```## Swiss Ephemeris Resources and Documentation
[Programming interface](http://www.astro.com/swisseph/swephprg.htm) to the Swiss Ephemeris for more detailsYou can use the [Test Swiss Ephemeris Page](http://www.astro.com/swisseph/swetest.htm) for data comparison like this:
[Download Ephemeris](http://www.astro.com/ftp/swisseph/)
## Feedback
Please feel free to fill [issues](http://github.com/silvinaroldan/SwissEphemeris/issues) for bugs, erros and features.
## Contributing
Give a ⭐️ if this project helped you!
If you want to show some extra appreciation:## License
The license for this project is the same as original [Swiss Ephemeris](http://www.astro.com/swisseph/swephinfo_e.htm).
Swiss Ephemeris is licenced from [Astrodienst](http://www.astro.com/), please read the details on licensing.