Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://rubenochiavone.github.io/awesomeness/
:sunglasses: All awesome curated lists from GitHub
https://rubenochiavone.github.io/awesomeness/
angular awesome awesome-list awesomeness ionic
Last synced: 3 months ago
JSON representation
:sunglasses: All awesome curated lists from GitHub
- Host: GitHub
- URL: https://rubenochiavone.github.io/awesomeness/
- Owner: rubenochiavone
- License: mit
- Created: 2019-01-28T03:28:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T03:06:00.000Z (7 months ago)
- Last Synced: 2024-05-19T18:06:51.057Z (6 months ago)
- Topics: angular, awesome, awesome-list, awesomeness, ionic
- Language: TypeScript
- Homepage: https://rubenochiavone.github.io/awesomeness/
- Size: 4.72 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# awesomeness
:sunglasses: All awesome curated lists from GitHub.
This project aims to provide a simple way to access all awesome curated lists that exists in GitHub. My intent with this project was also to test performance and UI look'n'feel of ionic apps in all target platforms.
## Setup
`awesomeness` is an ionic project forked from [The Ionic Super Starter](https://github.com/ionic-team/starters/tree/master/ionic-angular/official/super).
In order to serve it do as follows
```bash
$ ionic serve
```If you don't have `ionic-cli` installed, take a look [here](https://ionicframework.com/docs/installation/cli).
### Web
To generate a web (PWA) release do
```bash
$ ionic build --prod --service-worker -- --base-href /awesomeness/
```Every release is updated in `gh-pages` branch and is available at [https://rubenochiavone.github.io/awesomeness/](https://rubenochiavone.github.io/awesomeness/).
### Android
To generate an android release do
```bash
$ ionic cordova build android --prod --release
$ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore keys/awesome-release-key.keystore ./platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk awesomeness
$ zipalign -v 4 ./platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk app-release.apk
```Keystore password is `awesomeness`.
### iOS
To generate an iOS release do
```bash
$ ionic cordova platform add ios
$ ionic cordova build ios --prod
```## Contributing
Feel free to contribute, no guidelines to contribute ATM.
## License
MIT license, see [LICENSE.txt](LICENSE.txt).