Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.8 KB

README.md

File metadata and controls

62 lines (35 loc) · 1.8 KB

JsoupWebScrapper

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

1.Jsoup Library

2.Android Studio

Installing

Just clone the .git url and using the "import from version control" setting import to your Android Studio 1.Add following in your gradle if building from scratchadd the Josup by maven or any way you prefer.

compile 'org.jsoup:jsoup:1.10.3'

Add CardView by maven or any way you prefer.confim that the following line is in the gradle file

 compile 'com.android.support:cardview-v7:26.0.0-alpha1'

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc