Skip to content

Commit

Permalink
Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 committed Dec 30, 2024
1 parent 044eb8b commit c42f2b9
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# YouVersion Core
The core of the YouVersion API projects

This project includes the core functions and files that are shared across all the YouVersion applications.
This project includes the core functions and files that are shared across all the YouVersion applications.

## Directory

```
.
├── db
│ ├── books.json # Books and chapters
│ └── versions.json # Bible versions
├── functions # Core functions
├── tests # Automated tests
├── LICENSE
└── README.md
```

## Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested.

## License

This project is licensed under the terms of the
[MIT license](/LICENSE).

0 comments on commit c42f2b9

Please sign in to comment.