https://github.com/apiaddicts/fintechapis
https://github.com/apiaddicts/fintechapis
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apiaddicts/fintechapis
- Owner: apiaddicts
- License: mit
- Created: 2019-03-19T15:25:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T15:30:20.000Z (almost 7 years ago)
- Last Synced: 2025-12-06T10:57:09.917Z (4 months ago)
- Language: HTML
- Size: 28.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# API Days Madrid # 17
# [](https://github.com/apiaddicts/apidaysmad17)
### About
Project is built on top of [Jekyll](http://jekyllrb.com/)
### Live demo
[https://apiaddicts.github.io/apidaysmad17/](https://apiaddicts.github.io/apidaysmad17/)
### Contributions welcome
1. Clone the repo
2. Create a branch from `master`
3. Update / Fix
4. Create a pull request and assign it to me, Jorge Baumann (@baumannzone)
## Local development
Check if you have [all requirements for local environment](http://jekyllrb.com/docs/installation/).
To install all development dependencies install [Bundler](http://bundler.io/).
```bash
gem install bundler
```
and run next command from root folder:
```bash
bundle install
```
To start Jekyll run:
```bash
jekyll serve -w
```
Site will be available at http://127.0.0.1:4000/apidaysmad17/ or http://localhost:4000/zeppelin/ (on Windows)
**NOTE:** in this mode all changes to html and data files will be automatically regenerated, but after changing ```_config.yml``` you have to restart server.
### Documentation
Quick-start guide is not enough? Checkout [full documentation](https://github.com/gdg-x/zeppelin/wiki).
### Used libraries
* [Bootstrap](https://github.com/twbs/bootstrap)
* [Animate.css](https://github.com/daneden/animate.css)
* [Waves](https://github.com/publicis-indonesia/Waves)
* [jquery.appear](https://github.com/bas2k/jquery.appear)
* [jQuery countTo Plugin](https://github.com/mhuggins/jquery-countTo)
* [Typed.js](https://github.com/mattboldt/typed.js)
* [Sticky-kit](https://github.com/leafo/sticky-kit)
### Contributors
See [list of contributors](https://github.com/apiaddicts/apidaysmad17/graphs/contributors?from=2017-08-10)
Maintainers: [@baumannzone](https://github.com/baumannzone)
### License
Project is published under the [MIT license](https://github.com/gdg-x/zeppelin/blob/master/LICENSE.txt).
Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)