Skip to content

imranhasan871/hard-rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

This is Hard Rock Songs

You can find the source code for this project on GitHub.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

hard-rock

There are many ways to describe a project. This is one of them. It's a project that I've been working on for a while. This is a Food Searching App. I've been working on this for a while and I'm very happy with the result. I hope you enjoy it. I hope you find it useful. I use API to search for food.

Here's why:

  • I'm a developer and I love to code. I love to create things. I love to make things. I love to make things that people can use.:smile:

Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!

Use the BLANK_README.md to get started.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • [![Bootstrap][bootstrap.com]][bootstrap-url]

(back to top)

Getting Started

This is not a requirement, but it is a good idea to follow. You can also use the README.md file as a template.

Prerequisites

There are a few things you need to know before you start. Here are a few examples.

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Imran Hasan - @imranhasan871 - imranhasan871@gmail.com

Project Link: https://github.com/imranhasan871/hard-rock

(back to top)

Acknowledgments

Acknowledgements are what make the open source community such an amazing place to learn, inspire, and create. I used the following resources to create this project. Here are a few examples. (You can also use the README.md file as a template.) You may also link to more resources.

Search Song

api link: https://api.lyrics.ovh/suggest/:searchText

example: https://api.lyrics.ovh/suggest/hello

Lyric

lyric link: https://api.lyrics.ovh/v1/:artist/:title

example: https://api.lyrics.ovh/v1/Adele/Hello

(back to top)