-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
044eb8b
commit c42f2b9
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |